home *** CD-ROM | disk | FTP | other *** search
- /*
- ** This is the ERDAS/Imagine database. Each of the following sections
- ** defines a type of unit an all of the allowed conversions.
- **
- ** $Header: /vol/atlanta/elib/RCS/units.dat,v 1.5 97/02/12 14:59:45 huang Exp $
- **
- ** Each entry in each section is the name of a unit follow by the
- ** conversion factor to the "standard internal units". Our standard
- ** internal units are: radians, meters, seconds, hectares, liters
- */
-
- angle {
- radians 1.0 ;
- radian 1.0 ;
- rad 1.0 ;
- dd PI / 180.0 ;
- dm PI / 180.0 / 60.0;
- ds PI / 180.0 / 3600.0;
- degrees PI / 180.0 ;
- degree PI / 180.0 ;
- deg PI / 180.0 ;
- dg PI / 180.0 ;
- grad PI / 200.0 ;
- }
- distance {
- meters 1.0 ;
- meter 1.0 ;
- m 1.0 ;
- centimeters 0.01 ;
- centimeter 0.01 ;
- cm 0.01 ;
- millimeters 0.001 ;
- millimeter 0.001 ;
- mm 0.001 ;
- kilometers 1000.0 ;
- kilometer 1000.0 ;
- km 1000.0 ;
- other 1.0 ;
- /*
- ** following items are U.S. Survey foot.
- */
- us_survey_feet 0.3048006096012192 ;
- us_survey_foot 0.3048006096012192 ;
- feet 0.3048006096012192 ;
- foot 0.3048006096012192 ;
- ft 0.3048006096012192 ;
- /*
- ** following items are related to Standard foot (0.3048).
- */
- international_feet 0.3048 ;
- international_foot 0.3048 ;
- inches 0.3048006096012192 / 12.0 ;
- inch 0.3048006096012192 / 12.0 ;
- in 0.3048006096012192 / 12.0 ;
- points 0.3048 / 12.0 / 72.0 ;
- point 0.3048 / 12.0 / 72.0 ;
- pt 0.3048 / 12.0 / 72.0 ;
- yards 3*0.3048 ;
- yard 3*0.3048 ;
- yd 3*0.3048 ;
- miles 5280*0.3048 ;
- mile 5280*0.3048 ;
- mi 5280*0.3048 ;
- /*
- ** variants
- */
- modified_american_feet 0.3048122530 ;
- modified_american_foot 0.3048122530 ;
- clarke_feet 0.3047972651 ;
- clarke_foot 0.3047972651 ;
- indian_feet 0.3047995142 ;
- indian_foot 0.3047995142 ;
- links 0.2011661950 ;
- link 0.2011661950 ;
- benoit_links 0.2011678249 ;
- benoit_link 0.2011678249 ;
- sears_links 0.2011676512 ;
- sears_link 0.2011676512 ;
- benoit_chains 20.1167824944 ;
- benoit_chain 20.1167824944 ;
- sears_chain 20.1167651216 ;
- sears_chains 20.1167651216 ;
- sears_yards 0.9143984146 ;
- sears_yard 0.9143984146 ;
- sears_yd 0.9143984146 ;
- indian_yards 0.9143985425 ;
- indian_yard 0.9143985425 ;
- indian_yd 0.9143985425 ;
- fathoms 1.8288000000 ;
- fathom 1.8288000000 ;
- international_nautical_miles 1852.0 ;
- international_nautical_mile 1852.0 ;
- nautical_mile_international 1852.0 ;
- device_pixels 0.3048 / 12.0 / 300.0 ;
- }
-
- area {
- hectares 1.0 ;
- hectare 1.0 ;
- acres .4046856 ;
- acre .4046856 ;
- miles2 258.9988 ;
- mile2 258.9988 ;
- sqmiles 258.9988 ;
- sqmile 258.9988 ;
- }
-
- volume {
- liters 1.0 ;
- liter 1.0 ;
- lt 1.0 ;
- milliliters 0.001;
- milliliter 0.001;
- ml 0.001;
- gallons 0.26417205 ;
- gallon 0.26417205 ;
- gal 0.26417205 ;
- }
-
- time {
- seconds 1.0 ;
- secs 1.0 ;
- sec 1.0 ;
- minutes 60.0 ;
- hours 60.0 * 60.0 ;
- hour 60.0 * 60.0 ;
- hr 60.0 * 60.0 ;
- days 24.0 * 60.0 * 60 ;
- day 24.0 * 60.0 * 60 ;
- years 365.25 * 24.0 * 60.0 * 60.0 ;
- year 365.25 * 24.0 * 60.0 * 60.0 ;
- yr 365.25 * 24.0 * 60.0 * 60.0 ;
-
- }
-
-